Bitmap for WPF
Set<T1,T2>(PropertyBagKey<T1,T2>,T1) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Storage 名前空間 > PropertyBag クラス > Set メソッド : Set<T1,T2>(PropertyBagKey<T1,T2>,T1) メソッド
The public type of this property.
The marshaling type of this property.
The property key.
The value.
Sets the value of the property by using a PropertyBagKey<T1,T2>
シンタックス
'宣言
 
Public Overloads Sub Set
    (Of T1,T2)( _
   ByVal propertyKey As PropertyBagKey(Of T1,T2), _
   ByVal value As T1 _
) 
public void Set<T1,T2>( 
   PropertyBagKey<T1,T2> propertyKey,
   T1 value
)

パラメータ

propertyKey
The property key.
value
The value.

型パラメータ

T1
The public type of this property.
T2
The marshaling type of this property.
参照

PropertyBag クラス
PropertyBag メンバ
オーバーロード一覧